@charset "utf-8";
/* CSS Document */

body {
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-family: Source Han Sans CN, 'Helvetica Neue', Helvetica, Arial,
    'Microsoft Yahei', 'Hiragino Sans GB', 'Heiti SC', 'WenQuanYi Micro Hei';
  color: #333;
  font-size: 14px;
  width: 100%;
  background: #ffffff;
  text-size-adjust: none;
  overflow-x: hidden;
}
a {
  margin: 0px;
  padding: 0px;
  border: 0px;
  text-decoration: none;
  color: #333;
  font-size: 14px;
}
a:hover {
  text-decoration: none;
}
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
li {
  list-style: none;
}
.clear {
  clear: _both !important;
  height: 0px !important;
  width: 0px !important;
  float: none !important;
  margin: 0px !important;
  padding: 0px !important;
  border: 0px !important;
  line-height: 0 !important;
  position: relative !important;
}
input:focus {
  outline: none;
} /*去除按钮选中的高亮标签*/
textarea:focus {
  outline: none;
} /*去除文本框选中的高亮标签*/
button:focus {
  outline: none;
} /*去除按钮选中的高亮标签*/
select:focus {
  outline: none;
} /*去除下拉框选中的高亮标签*/
img {
  max-width: 100% !important;
  vertical-align: middle;
}
div,
p,
table,
td,
ul,
li,
span,
a,
ol,
input,
label {
  padding: 0px;
  margin: 0px;
  border: 0px;
}
input::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #bbbbbb;
  font-size: 14px;
}
input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #bbbbbb;
  font-size: 14px;
}
input::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #bbbbbb;
  font-size: 14px;
}
input::-moz-placeholder {/* Mozilla Firefox 19+ */color: #bbbbbb;font-size: 14px;}
.fl {float: left;}
.fr {float: right;}
/*黑白照片*/
.gray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.gray:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: gray;
}
/*圆角5px*/
.radius5 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/*圆角10px*/
.radius10 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
/*图片变大*/
.tra img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  filter: scale(1);
  filter: transform;
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
}
.tra:hover img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  filter: scale(1.15);
  filter: transform;
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
}
/*透明度50%*/
.opacity5 {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

.shadow5 {
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 5px 5px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.13) 5px 5px 5px;
  -ms-box-shadow: rgba(0, 0, 0, 0.13) 5px 5px 5px;
  -o-box-shadow: rgba(0, 0, 0, 0.13) 5px 5px 5px;
  box-shadow: rgba(0, 0, 0, 0.13) 5px 5px 5px;
}

.shadow10 {
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 5px 5px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.13) 5px 5px 10px;
  -ms-box-shadow: rgba(0, 0, 0, 0.13) 5px 5px 10px;
  -o-box-shadow: rgba(0, 0, 0, 0.13) 5px 5px 10px;
  box-shadow: rgba(0, 0, 0, 0.13) 5px 5px 10px;
}
.w {width: 96%;max-width: 1200px;margin: 0 auto;overflow: hidden;}
.pc_header {width: 100%;z-index: 9;background: #000;font-family:"Microsoft Yahei";}
.pc_header .w{display: flex;justify-content: space-between;align-items: center;height: 100px;}
.pc_header .header_l{display: flex;align-items: center;}
.pc_header .header_l .logo{display: inline-block;margin-right: 20px;max-width:120px;}
.pc_header .header_l .logo_slogan{font-size: 15px;color: #FE6C3A;line-height: 1.8em;}
.pc_header .header_r{display: flex;align-items: center;}
.pc_header .header_r .qr_slogan{margin-right: 14px;font-size: 14px;color: #666;line-height: 1.8em;}
.nav{background: #2D3343;height: 54px;line-height: 54px;}
.nav .w{display: flex;justify-content: space-between;}
.nav .nav_link{display: block;flex: 1;font-size: 18px;color: #fff;text-align: center;}
.nav .nav_link:hover{background: #FE6C3A;}
.nav .nav_link.on{background: #FE6C3A;}
.mo_top {display: none;width: 100%;position: relative;z-index: 99999;background: #000;height: 80px;padding: 0 3%;overflow: hidden;}
.mo_top .logo {float: left;height: 46px;margin: 17px 0;}
.mo_top .logo img {height: 46px;}
.mo_top .menu_icon {float: right;font-size: 45px;color: #fff;margin: 17px 0;}
.menu_bg {display: none;position: fixed;z-index: 9999;height: 100%;width: 100%;padding-top: 80px;top: 0;left: -200%;}
.menu_box {position: absolute;background: #000;height: 100%;width: 50%;left: -100%;}
.menu_box .menu_box_item {width: 100%;height: 75px;border-bottom: #ffffff solid 1px;background:#000}
.menu_box .menu_box_item .menu_box_title {display: inline-flex;justify-content: space-between;height: 100%;width: 100%;padding-left: 4%;padding-right: 4%;line-height: 75px;color: #fff;font-size: 24px;}
.menu_box .menu_box_item .fa-angle-right.yijijiantou,
.menu_box .menu_box_item .yijijiantou2 {float: right;line-height: 75px;margin-right: 4%;color: #fff;font-size: 40px;}
.menu_box .menu_box_item .menu_box_drop {display: none;position: absolute;top: 0;left: 100%;width: 100%;height: 100%;background: #ffffff;height: 100%;}
.menu_box .menu_box_item .menu_box_drop .erji {position: relative;width: 100%;border-bottom: #ffffff solid 1px;}
.menu_box .menu_box_item .menu_box_drop .erji a {display: inline-block;height: 74px;font-size: 18px;line-height: 74px;color: #000;padding-left: 4%;}
.menu_box .menu_box_item .menu_item_column {display: flex;justify-content: space-between;align-items: center;padding: 0 4%;width: 100%;font-size: 24px;color: #000;}
.menu_box_title2 {font-size: 24px;color: #000;}
.footer{padding: 40px 0 44px;background: #F7F7F7;}
.footer .footer_list{display: flex;justify-content: space-between;}
.footer .footer_list .footer_l{flex-basis: 56%;}
.footer .footer_list .footer_l .footer_nav{display: flex;justify-content: space-between;padding-bottom: 26px;border-bottom: 1px solid #DCDCDC;}
.footer .footer_list .footer_l .footer_nav .footer_link{font-size: 16px;line-height: 26px;}
.footer .footer_list .footer_r{display: flex;}
.footer .footer_list .footer_l .footer_desc{margin-top: 46px;font-size: 12px;line-height: 26px;color: #999;}
.footer .footer_copy{display: none;font-size: 12px;line-height: 26px;color: #999;}
.footer .yexi,.aq{font-size: 12px;line-height: 26px;color: #999;}
.footer .footer_list .footer_r .footer_follow{margin-right: 120px;font-size: 16px;line-height: 26px;color: #999;text-align: center;}
.footer .footer_list .footer_r .footer_follow p:first-child{margin-bottom: 10px;}
.footer .footer_list .footer_r .footer_contact{display: flex;flex-direction: column;align-items: flex-end;}
.footer .footer_list .footer_r .footer_contact p:nth-child(1){font-size: 14px;color: #999;line-height: 26px;}
.footer .footer_list .footer_r .footer_contact p:nth-child(2){font-size: 30px;color: #555;}
.footer .footer_list .footer_r .footer_contact p:nth-child(3){margin-top: 16px;width: 91px;height: 30px;border-radius: 15px;font-size:13px;line-height: 30px;color: #fff;text-align: center;background: #FE6C3A;}




/* 首页index */
.banner .banner_list{display: flex;justify-content: space-between;width:100%;overflow:hidden;}
.banner_swiper,.banner_slick{position: relative;width: calc(60% - 2px);}
.banner_swiper .gallery-top{height: 100%;width:100%;}
.banner_slide{width: 100%;overflow: hidden;min-height:520px;transition: all 1s ease;}
.banner_slide{ display:block !important;}
.banner_container{height: 100%;}
/*.banner_slide::before{content: "";display: block;padding-top: calc(100% * 540 / 1140);width:100%;} */
.banner_slide_b{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.banner_swiper .banner_slide .banner_slide_b:hover{transform:scale(1.15);transition: all 1s ease;}
.banner_swiper .banner_slide_title{position: absolute;bottom: 40px;left: 0%;width: 100%;color: #fff;padding:10px;font-size: 24px;line-height:1.4em;text-align: center;font-weight: bold;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;background:rgba(0,0,0,0.5)}
.banner_swiper  .swiper-pagination-bullet{background:#fff;opacity:1;width:10px;height:10px;}
.banner_swiper  .swiper-pagination-bullet-active{width: 20px;height:10px;background:#ea6323;border-radius:6px;}
.thumbs_title_list{width: 30%;}
.thumbs_title_list .thumbs_title{display: none;font-size: 24px;line-height: 1.5em;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.thumbs_title_list .thumbs_title.on{display: block;}
.swiper_thumbs .gallery-thumbs{width: 65%;margin-right: 0;margin-left: 0;}
.banner .swiper_thumbs{position: absolute;left: 0;bottom: 0;width: 100%;display: flex;justify-content: space-between;z-index: 99;background: rgba(0, 0, 0, 0.5);padding: 16px 5%;}
.thumbs_slide{position: relative;}
.thumbs_slide::before{content: "";display: block;padding-top: calc(100% * (95 / 150));}
.thumbs_slide_b{position: absolute;top: 0;left: 0;width: 100%;height: 100%;border: 1px solid transparent;overflow: hidden;}
.thumbs_slide.on .thumbs_slide_b{border: 1px solid #FE6C3A;}
.banner_news{flex:1;background: #464A56;}
.banner_news_b{padding: 30px 40px;}
.banner_news_list{display: flex;flex-direction: column;justify-content: space-around;}

.banner_news_link{display: block;
font-size: 20px;
line-height: 60px;height: 60px;
color: #fff;
padding-left: 46px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
/*! autoprefixer: off */
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;}
.banner_news_hot .banner_news_link{font-size: 24px;line-height: 60px;background: url(../images/index6.png) no-repeat 0 50%;padding-left: 46px;}
.banner_news .banner_news_item:hover .banner_news_link{color: #FE6C3A;}
.banner_news .banner_news_item.on .banner_news_link{color: #FE6C3A;}
.thumbs_title{color: #fff;}
.index_title .w{display: flex;justify-content: space-between;align-items: center;padding: 22px 0 22px 22px;font-size: 30px;line-height: 1em;font-weight: bold;background: url(../images/index2.jpg) no-repeat 0 50%}
.index_hot_title{margin-top: 27px;margin-bottom: 6px;}
.index_title .more{display: inline-block;padding: 12px 36px;line-height: 1em;color: #666;border: 1px solid #E5E5E5;}
.hot{margin-top: 30px;margin-bottom: 46px;}
.hot .hot_grid{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 6px;
}
.grid_item1{
  grid-row-start: span 2;
  grid-column-start: span 2;
}
.grid_item{position: relative;display: inline-block;overflow: hidden;}
.grid_item1 .hot_img{position: relative;width: 100%;}
.grid_item .hot_img::before{content: "";display: block;padding-top: calc(100% * (199 / 296));}

.grid_item1 .hot_img::before{content: "";display: block;padding-top: calc(100% * (400 / 596));}

.grid_item .hot_img .hot_img_b{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.grid_item .hot_img .hot_img_b img{width: 100%;height: 100%;}
.hot_title{position: absolute;bottom: 0;left: 0;padding: 0 20px;width: 100%;height: 44px;line-height: 44px;font-size: 16px;color: #fff;text-align: center;background: rgba(0, 0, 0, 0.5);overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.grid_item:hover .hot_title{color:#FE6C3A}
/*.grid_item:not(:first-child){max-height:170px;}*/
.hot_swiper_pagination{display:flex;justify-content:center;align-items:center;height:40px;}
.hot_pagination .swiper-pagination-bullet{opacity:1;background:#ccc;width: 10px;height: 10px;margin:0 4px;outline:none}
.hot_pagination .swiper-pagination-bullet-active{width:20px;height:10px;border-radius:6px;background:#ea6323;}
.hot_swiper .hot-button-prev{left:0;width:60px;height:60px;color:#ea6323;background:rgba(0,0,0,0.7);outline:none;}
.hot_swiper .hot-button-next{right:0;width:60px;height:60px;color:#ea6323;background:rgba(0,0,0,0.7);outline:none;}
/*.hot_swiper .swiper-button-disabled{pointer-events: none;display:none;}*/
.news {margin-top: 14px;margin-bottom: 40px;}
.news .news_list{display: grid;grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));gap: 29px 40px;}
.news .news_list .news_item{display: flex;}
 /* .news_item:nth-of-type(even){justify-self: flex-end;} */
.news .news_list .news_item .news_img{position: relative;flex-basis: 220px;overflow: hidden;}
.news .news_list .news_item .news_img::before{content: "";display: block;padding-top: calc(100% * (127 / 220));}
.news .news_list .news_item .news_img .news_img_b{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.news .news_list .news_item .news_info{display: flex;flex-direction: column;justify-content: space-between;flex: 1;margin-left: 16px;}
.news .news_list .news_item .news_info .news_title{font-size: 20px;line-height: 38px;color: #343434;text-align: justify;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.news .news_list .news_item:hover .news_info .news_title{color:#FE6C3A}
.news .news_list .news_item .news_info .news_attr{color: #999;line-height: 2em;}
.news .news_list .news_item .news_info .news_attr .news_origin{margin-right: 10%;}
.live .live_swiper{position: relative;margin-top: 10px;margin-bottom: 10px;}
.live .w{overflow: initial;}

.live .live_swiper .live_slide:hover {display: inline-block;overflow: hidden;}
.live .live_swiper .live_prev{left: -50px;outline: none;color: #343434;margin-top: -30px;transform: translateY(-50%);}
.live .live_swiper .live_next{right: -50px;outline: none;color: #343434;margin-top: -30px;transform: translateY(-50%);}
.live .live_swiper .live_prev::after,.live .live_swiper .live_next::after{font-size: 26px;}
.live_title{padding: 0 10px;font-size: 14px;color: #666;line-height: 60px;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.live .live_swiper .live_slide:hover .live_title{color:#FE6C3A}
.live .live_swiper .live_slide .slide_img{position: relative;width: 100%;overflow: hidden;}
.live .live_swiper .live_slide .slide_img::before{content: "";display: block;padding-top: calc(100% * (260 / 220));}
.live .live_swiper .live_slide .slide_img .slide_img_b{position: absolute;left: 0;top: 0;width: 100%;height: 100%;text-align: center;}
.video{margin-top: 12px;margin-bottom: 36px;}
.video .w{overflow: inherit;}
.video  .video_list{display: grid;grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));gap:40px 27px;justify-content: space-between;}
.video  .video_list2{grid-template-rows: 1fr 1fr;}
.video_show .video_link{display: inline-block;border: 1px solid #E5E5E5;width:100%}
.video_show .video_link .video_top{position: relative;}
.video_show .video_link .video_top .video_img{position: relative;width: 100%;overflow:hidden;}
.video_show .video_link .video_top .video_img::before{content: "";display: block;padding-top: calc(100% * (180 / 280));}
.video_show .video_link .video_top .video_img_b{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.video_show .video_link .video_top .video_img_b img{max-width:none !important;width:100%;height:100%;}
.video_show .video_link .video_top .mask{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;background: rgba(0, 0, 0, 0.5);}
.video_show .video_link .video_info{padding: 0 21px 24px;border-bottom: 1px solid #E5E5E5;}
.video_show .video_link .video_info .video_title{margin: 24px 0 14px;min-height:52px;font-size: 16px;line-height: 26px;color: #343434;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.video_show .video_link .video_info .video_synopsis{color: #9a9a9a;line-height: 26px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.video_show .video_link .video_attr{padding: 20px 21px 23px 20px;display: flex;justify-content: space-between;align-items: center;}
.video_show .video_link .video_attr .video_date{color: #9a9a9a;background: url(../images/index25.png) no-repeat left center;padding-left: 20px;}
.video_show .video_link .video_attr .video_type{padding: 10px 11px;background: #eee;color: #666;}
.video_show .video_link:hover{box-shadow: 0px 0px 8px 0px rgba(18, 80, 152, 0.18);}
.video_show .video_link:hover .video_attr .video_type{background: #FE6C3A;color: #fff;}
.article{margin-top: 6px;margin-bottom: 14px;}
.article .article_list{display: grid;grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));gap: 10px 27px;}
.article .article_list .article_item{display: inline-block;}
.article .article_list .article_item .article_img{position: relative;overflow: hidden;}
.article .article_list .article_item .article_img::before{content: "";display: block;padding-top: calc(100% * (166 / 280));}
.article .article_list .article_item .article_img_b{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.article .article_list .article_item .article_title{padding: 0 20px;font-size: 14px;color: #666;line-height: 50px;text-align:center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.article .article_list .article_item:hover .article_title{color: #FE6C3A;}
.notice .notice_headline{display: inline-block;padding: 5.8%;width: 100%;font-size: 28px;color: #fff;text-align: center;background: url(../images/index30.jpg) no-repeat 50%/cover;}
.notice .notice_headline:hover{color: #FE6C3A;}



/* 热点推荐 hot*/
.recommend .recommend_grid{grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));gap: 32px 30px;}
.recommend_grid .grid_item .hot_img::before{content: "";display: block;padding-top: calc(100% * (220 / 380));}
.page{display: flex;justify-content: center;margin-top: 42px;margin-bottom: 74px;}
.page .page_item{display: inline-block;width:40px;line-height: 40px;color: #343434;border: 1px solid #e5e5e5;text-align: center;}
.page .page_btn{width: 100px;}
.page .page_item:not(:last-child){margin-right: 10px;}
.page .page_item a:hover{display:inline-block;width:100%;background:#FE6C3A;color: #fff;}
.page .page_item.on a{display:inline-block;width:100%;background:#FE6C3A;color: #fff;}



/* 汽车资讯news */
.car_news{margin-top: 60px;min-height:calc(100vh - 480px)}
.news_page{display: flex;justify-content: center;margin-top: 52px;margin-bottom: 74px;}
.news_page .page_link{display: flex;justify-content: center;align-items: center;width: 30px;height: 30px;border-radius: 50%;line-height: 30px;text-align: center;color: #666;border: 1px solid #A0A0A0;}
.page_btn i{font-size: 20px;text-align: center;}
.news_page .page_link:not(:last-child){margin-right: 15px;}



/* 视听记忆video */
.video_memory{margin-top: 39px;}
.video_tab{display: flex;justify-content: center;margin-bottom: 44px;}
.video_tab_link{display: inline-block;width: 180px;height: 46px;line-height: 46px;border-radius: 23px;border: 1px solid #444444;box-sizing: border-box;font-size: 20px;color: #343434;font-weight: bold;text-align: center;}
.video_tab_link:first-child{margin-right: 32px;}
.dot{color: #FE6C3A;}
.video_tab_link:hover{background: #FE6C3A;color: #fff;border: 1px solid transparent;}
.video_tab_link:hover .dot{color: #fff;}
.video_tab_link.on{background: #FE6C3A;color: #fff;border: 1px solid transparent;}
.video_tab_link.on .dot{color: #fff;}
.video_page{margin-top: 54px;margin-bottom: 58px;}

/* 聚焦车市focus */
.focus_article{margin-top: 44px;margin-bottom: 0;min-height: calc(100vh - 420px);}
.focus_article .page{margin-top: 30px;margin-bottom: 64px;}



/* 用车养车 */
.car_page{margin-top: 48px;margin-bottom: 66px;}



/* 关于我们about */
.about{margin-top: 30px;margin-bottom: 68px;}
.about_info{padding: 50px;border: 1px solid #E5E5E5;}
.about_pic{margin-bottom: 44px;}
.company_name{font-size: 28px;line-height: 2em;text-align: center;}
.company_scope{margin-bottom: 5px;font-size: 16px;color: #999;line-height: 2em;text-align: center;}
.info_list{margin-top:20px;font-family: PingFang;color: #666;}
.info_title{font-size: 16px;color: #333;line-height: 1.5em;}
.info_item{margin-bottom: 22px;}
.info_text{line-height: 2em;}


/* 用车养车详情页car-detail */
.article_detail{margin-top: 30px;margin-bottom: 64px;}
.article_detail .article_cont{padding: 46px 50px 50px;border: 1px solid #E4E4E4;}
.article_detail .article_cont .article_headline{padding: 20px;font-size: 34px;line-height: 1.5em;text-align: center;}
.article_detail .article_cont .article_attr{width: 100%;height: 46px;background: #F4F4F4;line-height: 46px;color: #999;display: flex;justify-content: center;}
.article_detail .article_cont .article_attr .article_origin{margin-right: 24px;}
.article_detail .article_cont .article_text{margin-top: 46px;font-size: 16px;line-height: 28px;color: #656565;text-indent: 2em;}
.article_detail .article_cont .article_text .article_pic{text-indent: 0;text-align: center;}
.article_detail .page_list{display: flex;justify-content: space-between;align-items: center;margin-top: 26px;}
.article_detail .page_list .page_l{max-width: 50%;}
.article_detail .page_list .page_l .page_btn{display: block;font-size: 14px;line-height: 28px;color: #656565;max-width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.article_detail .page_list .page_back{display: block;width: 21%;height: 46px;line-height: 46px;text-align: center;border: 1px solid #E4E4E4;}


/* 视频详情页video_detail */
.video_show .w{overflow: inherit;}
.video_show{margin-bottom: 68px;min-height: calc(100vh - 420px);}
.video_detail{margin-top: 30px;margin-bottom: 60px;}
.video_cont{padding: 40px 50px 66px;border: 1px solid #E5E5E5;}
video{width: 100%;max-height:600px;}
.video_headline{margin-top: 40px;margin-bottom: 40px;padding: 0 20px;font-size: 34px;color: #343434;line-height: 60px;text-align: center;}
.view{display: flex;justify-content: flex-end;margin-top: 64px;}
.view p{width: 200px;height: 46px;line-height: 46px;font-size: 16px;color: #666;text-align: center;background: #EDEFF3;}
.video_swiper{position: relative;}
.video_item{padding: 8px;}
/* .video_swiper .video_container .swiper-wrapper{padding: 8px;} */
.video_show .video_prev{left: -50px;color: #9A9A9A;outline: none;}
.video_show .video_next{right: -50px;color: #9A9A9A;outline: none;}
.video_show .video_prev::after,.video_show .video_next::after{font-size: 24px;}


@media screen and (max-width: 1366px) {

}

@media screen and (max-width: 1200px) {
  .pc_header{display: none;}
  .nav{display: none;}
  .mo_top{display: block;}
  
  
  .live .w{overflow: hidden;}
  .video_show .w{overflow: hidden;}
  .banner .banner_list{flex-wrap: wrap;}
  .banner_swiper{width: 100%;}
  .banner_news{width: 100%;}
  .focus_article{min-height: calc(100vh - 320px);}
  .car_news{min-height: calc(100vh - 420px);}
  .video_show{min-height: calc(100vh - 420px);}
  
  
}
@media screen and (max-width: 1040px) {
  .footer .footer_list{display: none;}
  .footer .footer_copy{display: block;text-align: center;}
  .footer{padding: 20px;}
  .focus_article{min-height: calc(100vh - 210px);}
  .car_news{min-height: calc(100vh - 270px);}
  .video_show{margin-bottom: 68px;min-height: calc(100vh - 280px);}
      
}

@media screen and (max-width: 770px) {
  

}

@media screen and (max-width: 640px) {
  .hot .hot_grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .grid_item1{
    grid-row-start: span 2;
    grid-column-start: span 2;
  }
}
